DBA Data[Home] [Help]

APPS.JTF_EC_PUB dependencies on HZ_CUST_ACCOUNTS

Line 44: -- cust_account_id NUMBER optional Valid values are account_ids from hz_cust_accounts

40: -- customer_id NUMBER optional Valid values are party_ids from hz_parties
41: -- and party_type 'ORGANIZATION', 'PERSON'
42: -- customer_number VARCHAR2 optional party_number from hz_parties and party_type
43: -- 'ORGANIZATION', 'PERSON'
44: -- cust_account_id NUMBER optional Valid values are account_ids from hz_cust_accounts
45: -- cust_account_number VARCHAR2 optional Valid values are account_numbers from hz_cust_accounts
46: -- cust_address_id NUMBER optional Valid values are party_site_ids from hz_party_sites
47: -- esc_target_date DATE optional Date when the escalation should be resolved.
48: -- reason_code VARCHAR2 optional Valid values are all active values for

Line 45: -- cust_account_number VARCHAR2 optional Valid values are account_numbers from hz_cust_accounts

41: -- and party_type 'ORGANIZATION', 'PERSON'
42: -- customer_number VARCHAR2 optional party_number from hz_parties and party_type
43: -- 'ORGANIZATION', 'PERSON'
44: -- cust_account_id NUMBER optional Valid values are account_ids from hz_cust_accounts
45: -- cust_account_number VARCHAR2 optional Valid values are account_numbers from hz_cust_accounts
46: -- cust_address_id NUMBER optional Valid values are party_site_ids from hz_party_sites
47: -- esc_target_date DATE optional Date when the escalation should be resolved.
48: -- reason_code VARCHAR2 optional Valid values are all active values for
49: -- lookup_type JTF_TASK_REASON_CODES, FND_LOOKUPS. When it is not passed it is defaulted to

Line 73: cust_account_number hz_cust_accounts.account_number%TYPE := FND_API.G_MISS_CHAR,

69: -- esc_territory_id jtf_tasks_b.owner_territory_id%TYPE := FND_API.G_MISS_NUM,
70: customer_id jtf_tasks_b.customer_id%TYPE := FND_API.G_MISS_NUM,
71: customer_number hz_parties.party_number%TYPE := FND_API.G_MISS_CHAR,
72: cust_account_id jtf_tasks_b.cust_account_id%TYPE := FND_API.G_MISS_NUM,
73: cust_account_number hz_cust_accounts.account_number%TYPE := FND_API.G_MISS_CHAR,
74: cust_address_id jtf_tasks_b.address_id%TYPE := FND_API.G_MISS_NUM,
75: cust_address_number hz_party_sites.party_site_number%TYPE := FND_API.G_MISS_CHAR,
76: esc_target_date jtf_tasks_b.planned_end_date%TYPE := FND_API.G_MISS_DATE,
77: reason_code jtf_tasks_b.reason_code%TYPE := FND_API.G_MISS_CHAR,