DBA Data[Home] [Help]

APPS.JL_ZZ_AP_AWT_DEFAULT_PKG dependencies on FND_GLOBAL

Line 78: -- Get the information of WHO Columns from FND_GLOBAL

74:
75: l_debug_info := 'Insert rejection information to ap_interface_rejections';
76: ---------------------------------------------------------------------------
77:
78: -- Get the information of WHO Columns from FND_GLOBAL
79: v_last_update_by := FND_GLOBAL.User_ID;
80: v_last_update_login := FND_GLOBAL.Login_Id;
81:
82: -- Select next value from the sequence.

Line 79: v_last_update_by := FND_GLOBAL.User_ID;

75: l_debug_info := 'Insert rejection information to ap_interface_rejections';
76: ---------------------------------------------------------------------------
77:
78: -- Get the information of WHO Columns from FND_GLOBAL
79: v_last_update_by := FND_GLOBAL.User_ID;
80: v_last_update_login := FND_GLOBAL.Login_Id;
81:
82: -- Select next value from the sequence.
83: SELECT jl_zz_ap_inv_dis_wh_s.nextval

Line 80: v_last_update_login := FND_GLOBAL.Login_Id;

76: ---------------------------------------------------------------------------
77:
78: -- Get the information of WHO Columns from FND_GLOBAL
79: v_last_update_by := FND_GLOBAL.User_ID;
80: v_last_update_login := FND_GLOBAL.Login_Id;
81:
82: -- Select next value from the sequence.
83: SELECT jl_zz_ap_inv_dis_wh_s.nextval
84: INTO Seq_Inv_Dis_Awt_Id

Line 823: v_last_update_login number := FND_GLOBAL.Login_Id;

819: -- ditribution lines.
820: v_tax_payer_id ap_invoice_distributions_all.global_attribute2%TYPE;
821: v_ship_to_loc ap_invoice_distributions_all.global_attribute3%TYPE;
822: v_line_type ap_invoice_distributions_all.line_type_lookup_code %TYPE;
823: v_last_update_login number := FND_GLOBAL.Login_Id;
824: v_last_update_by number := FND_GLOBAL.User_ID;
825: DistWithholdings Number := 0;
826: -- Variable added for bug 6869263
827: v_related_dist_id ap_invoice_distributions_all.related_id%TYPE;

Line 824: v_last_update_by number := FND_GLOBAL.User_ID;

820: v_tax_payer_id ap_invoice_distributions_all.global_attribute2%TYPE;
821: v_ship_to_loc ap_invoice_distributions_all.global_attribute3%TYPE;
822: v_line_type ap_invoice_distributions_all.line_type_lookup_code %TYPE;
823: v_last_update_login number := FND_GLOBAL.Login_Id;
824: v_last_update_by number := FND_GLOBAL.User_ID;
825: DistWithholdings Number := 0;
826: -- Variable added for bug 6869263
827: v_related_dist_id ap_invoice_distributions_all.related_id%TYPE;
828: