DBA Data[Home] [Help]

APPS.CN_PAYMENT_API_PKG dependencies on CN_PAYMENT_API_S

Line 12: ,x_salesrep_id cn_payment_api.salesrep_id%TYPE

8: -------------------------------------------------------------------------+
9:
10: PROCEDURE Insert_Record(
11: x_period_id cn_payment_api.period_id%TYPE
12: ,x_salesrep_id cn_payment_api.salesrep_id%TYPE
13: ,x_pay_date cn_payment_api.pay_date%TYPE
14: ,x_payment_type cn_payment_api.payment_type%TYPE
15: ,x_amount cn_payment_api.amount%TYPE
16: ,x_cost_center_id cn_payment_api.cost_center_id%TYPE

Line 50: ,Nvl(x_payment_api_id, cn_payment_api_s.NEXTVAL)

46: ,x_pay_date
47: ,x_payment_type
48: ,x_amount
49: ,x_cost_center_id
50: ,Nvl(x_payment_api_id, cn_payment_api_s.NEXTVAL)
51: ,x_payrun_id
52: ,x_from_credit_type_id
53: ,x_to_credit_type_id
54: ,x_role_id