DBA Data[Home] [Help]

APPS.FV_SF224_TRANSACTIONS dependencies on FV_ALC_GWA_CATEGORIES

Line 11: p_gwa_reporter_category_code IN fv_alc_gwa_categories.gwa_reporter_category_code%TYPE,

7: p_check_id NUMBER,
8: p_inv_dist_num NUMBER) RETURN DATE;
9: PROCEDURE Check_partial_reporting (
10: p_business_activity_code IN fv_alc_addresses_all.business_activity_code%TYPE,
11: p_gwa_reporter_category_code IN fv_alc_gwa_categories.gwa_reporter_category_code%TYPE,
12: p_error_code OUT NOCOPY NUMBER,
13: p_error_desc OUT NOCOPY VARCHAR2
14: );
15:

Line 164: l_gwa_reporter_category_code fv_alc_gwa_categories.gwa_reporter_category_code%TYPE;

160: l_end_date_2 gl_periods.end_date%TYPE;
161: l_cash_receipt_id NUMBER;
162: l_hi_date DATE := TO_DATE('12/31/9999', 'MM/DD/YYYY');
163: l_business_activity_code fv_alc_addresses_all.business_activity_code%TYPE;
164: l_gwa_reporter_category_code fv_alc_gwa_categories.gwa_reporter_category_code%TYPE;
165: l_include_in_report fv_sf224_map.trx_category_coll%TYPE;
166:
167:
168:

Line 2748: l_gwa_reporter_category_code fv_alc_gwa_categories.gwa_reporter_category_code%TYPE;

2744: x_amount NUMBER;
2745: l_void_date DATE;
2746:
2747: l_business_activity_code fv_alc_addresses_all.business_activity_code%TYPE;
2748: l_gwa_reporter_category_code fv_alc_gwa_categories.gwa_reporter_category_code%TYPE;
2749: l_alc_addresses_id fv_alc_addresses_all.fv_alc_addresses_id%TYPE;
2750:
2751: --Added for reclassification changes
2752: l_void_check_number ap_checks_all.void_check_number%TYPE;

Line 4609: p_gwa_reporter_category_code IN fv_alc_gwa_categories.gwa_reporter_category_code%TYPE,

4605:
4606: PROCEDURE Check_partial_reporting
4607: (
4608: p_business_activity_code IN fv_alc_addresses_all.business_activity_code%TYPE,
4609: p_gwa_reporter_category_code IN fv_alc_gwa_categories.gwa_reporter_category_code%TYPE,
4610: p_error_code OUT NOCOPY NUMBER,
4611: p_error_desc OUT NOCOPY VARCHAR2
4612: )
4613: IS