DBA Data[Home] [Help]

APPS.GMF_ALLOCATIONDEFINITION_PUB dependencies on GL_ALOC_BAS

Line 24: basis_account_id gl_aloc_bas.basis_account_id%TYPE,

20: alloc_method NUMBER ,
21: line_no NUMBER ,
22: item_id NUMBER ,
23: item_number mtl_item_flexfields.item_number%TYPE ,
24: basis_account_id gl_aloc_bas.basis_account_id%TYPE,
25: basis_account_key gl_aloc_bas.basis_account_key%TYPE ,
26: balance_type NUMBER ,
27: bas_ytd_ptd NUMBER ,
28: basis_type NUMBER,

Line 25: basis_account_key gl_aloc_bas.basis_account_key%TYPE ,

21: line_no NUMBER ,
22: item_id NUMBER ,
23: item_number mtl_item_flexfields.item_number%TYPE ,
24: basis_account_id gl_aloc_bas.basis_account_id%TYPE,
25: basis_account_key gl_aloc_bas.basis_account_key%TYPE ,
26: balance_type NUMBER ,
27: bas_ytd_ptd NUMBER ,
28: basis_type NUMBER,
29: fixed_percent NUMBER ,

Line 33: organization_id gl_aloc_bas.organization_id%TYPE ,

29: fixed_percent NUMBER ,
30: cmpntcls_id NUMBER ,
31: cost_cmpntcls_code cm_cmpt_mst.cost_cmpntcls_code%TYPE ,
32: analysis_code cm_alys_mst.cost_analysis_code%TYPE ,
33: organization_id gl_aloc_bas.organization_id%TYPE ,
34: organization_code mtl_parameters.organization_code%TYPE,
35: delete_mark gl_aloc_bas.delete_mark%TYPE := 0 ,
36: user_name fnd_user.user_name%TYPE
37: );

Line 35: delete_mark gl_aloc_bas.delete_mark%TYPE := 0 ,

31: cost_cmpntcls_code cm_cmpt_mst.cost_cmpntcls_code%TYPE ,
32: analysis_code cm_alys_mst.cost_analysis_code%TYPE ,
33: organization_id gl_aloc_bas.organization_id%TYPE ,
34: organization_code mtl_parameters.organization_code%TYPE,
35: delete_mark gl_aloc_bas.delete_mark%TYPE := 0 ,
36: user_name fnd_user.user_name%TYPE
37: );
38:
39: /*#