DBA Data[Home] [Help]

APPS.HZP_CUST_PKG dependencies on HZ_CUST_ACCOUNTS

Line 31: p_customer_id IN hz_cust_accounts.cust_account_id%type

27: );
28: --
29: --
30: FUNCTION get_statement_site (
31: p_customer_id IN hz_cust_accounts.cust_account_id%type
32: ) RETURN NUMBER;
33:
34: --
35: --

Line 38: p_customer_id IN hz_cust_accounts.cust_account_id%type

34: --
35: --
36:
37: FUNCTION get_dunning_site (
38: p_customer_id IN hz_cust_accounts.cust_account_id%type
39: ) RETURN NUMBER;
40:
41: --
42: --

Line 44: p_customer_id in hz_cust_accounts.cust_account_id%type,

40:
41: --
42: --
43: FUNCTION get_current_dunning_type (
44: p_customer_id in hz_cust_accounts.cust_account_id%type,
45: p_bill_to_site_id in NUMBER DEFAULT NULL
46: ) RETURN VARCHAR2;
47:
48: --

Line 65: p_customer_id IN hz_cust_accounts.cust_account_id%type

61: TYPE id_tab IS TABLE OF hz_cust_site_uses.site_use_id%type INDEX BY BINARY_INTEGER;
62: g_site_use_id_tab id_tab;
63: --
64: FUNCTION get_primary_billto_site (
65: p_customer_id IN hz_cust_accounts.cust_account_id%type
66: ) RETURN NUMBER;
67: --
68:
69: end;