DBA Data[Home] [Help]

APPS.AP_INVOICE_LINES_PKG dependencies on AP_INVOICE_DISTRIBUTIONS_S

Line 2794: ap_invoice_distributions_s.NEXTVAL, -- distribution_id

2790: (SELECT
2791: Invoice_Id, -- invoice_id
2792: Invoice_Line_Number, -- invoice_line_number
2793: Dist_Code_Combination_Id, -- dist_code_combination_id
2794: ap_invoice_distributions_s.NEXTVAL, -- distribution_id
2795: sysdate, -- last_update_date
2796: p_Last_Updated_By, -- last_updated_by
2797: /* Bug 5584997, Getting the accounting_date from line rec */
2798: DECODE(P_calling_mode,'UNAPPLY_PREPAY',p_line_rec.accounting_date,

Line 2933: ap_invoice_distributions_s.CURRVAL,

2929: charge_applicable_to_dist_id, -- charge_applicable_to_dist_id
2930: corrected_invoice_dist_id, -- corrected_invoice_dist_id
2931: DECODE( related_id, NULL, NULL,
2932: invoice_distribution_id,
2933: ap_invoice_distributions_s.CURRVAL,
2934: --bugfix:4921399
2935: NULL ), -- related_id
2936: asset_book_type_code, -- asset_book_type_code
2937: asset_category_id, -- asset_category_id

Line 3480: ap_invoice_distributions_s.NEXTVAL, -- distribution_id

3476: (SELECT
3477: Invoice_Id, -- invoice_id
3478: Invoice_Line_Number, -- invoice_line_number
3479: Dist_Code_Combination_Id, -- dist_code_combination_id
3480: ap_invoice_distributions_s.NEXTVAL, -- distribution_id
3481: sysdate, -- last_update_date
3482: fnd_global.user_id, -- last_updated_by
3483: /* Bug 5584997, Getting the accounting_date from line rec */
3484: DECODE(P_calling_mode,'UNAPPLY_PREPAY',p_inv_line_rec.accounting_date,

Line 3619: ap_invoice_distributions_s.CURRVAL,

3615: charge_applicable_to_dist_id, -- charge_applicable_to_dist_id
3616: corrected_invoice_dist_id, -- corrected_invoice_dist_id
3617: DECODE( related_id, NULL, NULL,
3618: invoice_distribution_id,
3619: ap_invoice_distributions_s.CURRVAL,
3620: --bugfix:4921399
3621: NULL ), -- related_id
3622: asset_book_type_code, -- asset_book_type_code
3623: asset_category_id, -- asset_category_id