DBA Data[Home] [Help]

APPS.AP_WEB_EXPORT_ER dependencies on IBY_DISBURSEMENT_COMP_PUB

Line 601: l_trx_attributes iby_disbursement_comp_pub.Trxn_Attributes_Rec_Type;

597: l_inv_total_amount NUMBER;
598: l_payment_due_frm VARCHAR2(15);
599: l_is_contigent_worker VARCHAR2(2);
600: l_is_active_employee VARCHAR2(2);
601: l_trx_attributes iby_disbursement_comp_pub.Trxn_Attributes_Rec_Type;
602: l_result_pmt_attributes iby_disbursement_comp_pub.Default_Pmt_Attrs_Rec_Type;
603: l_return_status varchar2(30);
604: l_msg_count number;
605: l_msg_data varchar2(2000);

Line 602: l_result_pmt_attributes iby_disbursement_comp_pub.Default_Pmt_Attrs_Rec_Type;

598: l_payment_due_frm VARCHAR2(15);
599: l_is_contigent_worker VARCHAR2(2);
600: l_is_active_employee VARCHAR2(2);
601: l_trx_attributes iby_disbursement_comp_pub.Trxn_Attributes_Rec_Type;
602: l_result_pmt_attributes iby_disbursement_comp_pub.Default_Pmt_Attrs_Rec_Type;
603: l_return_status varchar2(30);
604: l_msg_count number;
605: l_msg_data varchar2(2000);
606: l_le_id number;

Line 1365: l_debug_info := 'Calling iby_disbursement_comp_pub.get_default_payment_attributes';

1361: l_trx_attributes.pay_proc_trxn_type_code := 'EMPLOYEE_EXP';
1362:
1363:
1364: ----------------------------------------------------------
1365: l_debug_info := 'Calling iby_disbursement_comp_pub.get_default_payment_attributes';
1366: ----------------------------------------------------------
1367: IF g_debug_switch = 'Y' THEN
1368: fnd_file.put_line(fnd_file.log, l_debug_info);
1369: END IF;

Line 1372: iby_disbursement_comp_pub.get_default_payment_attributes(

1368: fnd_file.put_line(fnd_file.log, l_debug_info);
1369: END IF;
1370:
1371:
1372: iby_disbursement_comp_pub.get_default_payment_attributes(
1373: p_api_version => 1.0,
1374: p_trxn_attributes_rec => l_trx_attributes,
1375: p_ignore_payee_pref => 'N',
1376: x_return_status => l_return_status,