DBA Data[Home] [Help]

APPS.PER_RI_CRP_DEFAULT_SETTINGS dependencies on STANDARD

Line 144: P_STANDARD_LINK_FLAG => p_std_link_flag,

140: P_BALANCING_KEYFLEX_ID => null,
141: P_ELEMENT_SET_ID => null,
142: P_PAY_BASIS_ID => null,
143: P_LINK_TO_ALL_PAYROLLS_FLAG => 'N',
144: P_STANDARD_LINK_FLAG => p_std_link_flag,
145: P_TRANSFER_TO_GL_FLAG => 'N',
146: P_COMMENTS => null,
147: P_EMPLOYMENT_CATEGORY => null,
148: P_QUALIFYING_AGE => null,

Line 1452: p_seg6 => '0', -- Account type 0 stands for standard account

1448: p_seg2 => null, --- Not applicable
1449: p_seg3 => '000001', --- Sort Code
1450: p_seg4 => '000000100', --- A/c number
1451: p_seg5 => 'Test Account', --- A/c Name
1452: p_seg6 => '0', -- Account type 0 stands for standard account
1453: p_pmeth_info1 => null, -- BACS User Number
1454: p_pmeth_info2 => null, -- BACS Limit
1455: p_org_payment_method_id => l_crp_cheque_payment_method_id,
1456: p_retcode => l_retcode,

Line 1478: p_seg6 => '0', -- Account type 0 stands for standard account

1474: p_seg2 => null, --- Not applicable
1475: p_seg3 => '000123', --- Sort Code
1476: p_seg4 => '000000100', --- A/c number
1477: p_seg5 => 'Test Account', --- A/c Name
1478: p_seg6 => '0', -- Account type 0 stands for standard account
1479: p_pmeth_info1 => '10', -- BACS User Number
1480: p_pmeth_info2 => '1000', -- BACS Limit
1481: p_org_payment_method_id => l_crp_bacs_payment_method_id,
1482: p_retcode => l_retcode,