DBA Data[Home] [Help]

APPS.RLM_TPA_SV dependencies on RLM_SETUP_TERMS_SV

Line 16: x_terms_rec OUT NOCOPY rlm_setup_terms_sv.setup_terms_rec_typ,

12: (
13: x_ship_from_org_id IN NUMBER,
14: x_customer_id IN NUMBER,
15: x_terms_definition_level IN OUT NOCOPY VARCHAR2,
16: x_terms_rec OUT NOCOPY rlm_setup_terms_sv.setup_terms_rec_typ,
17: x_return_message IN OUT NOCOPY VARCHAR2,
18: x_return_status OUT NOCOPY BOOLEAN
19: )
20: IS

Line 44: RLM_SETUP_TERMS_SV.populate_record_cust

40: BEGIN
41: --{
42: --
43: --
44: RLM_SETUP_TERMS_SV.populate_record_cust
45: (
46: x_ship_from_org_id => x_ship_from_org_id,
47: x_customer_id => x_customer_id,
48: x_terms_definition_level => x_terms_definition_level,

Line 76: x_terms_rec OUT NOCOPY rlm_setup_terms_sv.setup_terms_rec_typ,

72: x_customer_id IN NUMBER,
73: x_ship_to_address_id IN NUMBER,
74: x_customer_item_id IN NUMBER,
75: x_terms_definition_level IN OUT NOCOPY VARCHAR2,
76: x_terms_rec OUT NOCOPY rlm_setup_terms_sv.setup_terms_rec_typ,
77: x_return_message OUT NOCOPY VARCHAR2,
78: x_return_status OUT NOCOPY BOOLEAN
79: )
80: IS

Line 104: RLM_SETUP_TERMS_SV.get_setup_terms

100: BEGIN
101: --{
102: --
103: --
104: RLM_SETUP_TERMS_SV.get_setup_terms
105: (
106: x_ship_from_org_id => x_ship_from_org_id,
107: x_customer_id => x_customer_id,
108: x_ship_to_address_id => x_ship_to_address_id,

Line 2141: x_terms_rec OUT NOCOPY rlm_setup_terms_sv.setup_terms_rec_typ,

2137: x_customer_id IN NUMBER,
2138: x_ship_to_address_id IN NUMBER,
2139: x_customer_item_id IN NUMBER,
2140: x_terms_definition_level IN OUT NOCOPY VARCHAR2,
2141: x_terms_rec OUT NOCOPY rlm_setup_terms_sv.setup_terms_rec_typ,
2142: x_return_message IN OUT NOCOPY VARCHAR2,
2143: x_return_status OUT NOCOPY BOOLEAN
2144: )
2145: IS

Line 2169: RLM_SETUP_TERMS_SV.populate_record_cust_item

2165: BEGIN
2166: --{
2167: --
2168: --
2169: RLM_SETUP_TERMS_SV.populate_record_cust_item
2170: (
2171: x_ship_from_org_id => x_ship_from_org_id,
2172: x_customer_id => x_customer_id,
2173: x_ship_to_address_id => x_ship_to_address_id,

Line 2203: x_terms_rec OUT NOCOPY rlm_setup_terms_sv.setup_terms_rec_typ,

2199: x_customer_id IN NUMBER,
2200: x_ship_to_address_id IN NUMBER,
2201: x_customer_item_id IN NUMBER,
2202: x_terms_definition_level IN OUT NOCOPY VARCHAR2,
2203: x_terms_rec OUT NOCOPY rlm_setup_terms_sv.setup_terms_rec_typ,
2204: x_return_message IN OUT NOCOPY VARCHAR2,
2205: x_return_status OUT NOCOPY BOOLEAN
2206: )
2207: IS

Line 2231: RLM_SETUP_TERMS_SV.populate_record_item

2227: BEGIN
2228: --{
2229: --
2230: --
2231: RLM_SETUP_TERMS_SV.populate_record_item
2232: (
2233: x_ship_from_org_id => x_ship_from_org_id,
2234: x_customer_id => x_customer_id,
2235: x_ship_to_address_id => x_ship_to_address_id,

Line 2265: x_terms_rec OUT NOCOPY rlm_setup_terms_sv.setup_terms_rec_typ,

2261: x_customer_id IN NUMBER,
2262: x_ship_to_address_id IN NUMBER,
2263: x_customer_item_id IN NUMBER,
2264: x_terms_definition_level IN OUT NOCOPY VARCHAR2,
2265: x_terms_rec OUT NOCOPY rlm_setup_terms_sv.setup_terms_rec_typ,
2266: x_return_message IN OUT NOCOPY VARCHAR2,
2267: x_return_status OUT NOCOPY BOOLEAN
2268: )
2269: IS

Line 2293: RLM_SETUP_TERMS_SV.populate_record_add

2289: BEGIN
2290: --{
2291: --
2292: --
2293: RLM_SETUP_TERMS_SV.populate_record_add
2294: (
2295: x_ship_from_org_id => x_ship_from_org_id,
2296: x_customer_id => x_customer_id,
2297: x_ship_to_address_id => x_ship_to_address_id,

Line 4245: x_setup_terms_rec IN rlm_setup_terms_sv.setup_terms_rec_typ,

4241: --
4242: --
4243: PROCEDURE ValidQtyTypeCode
4244: (
4245: x_setup_terms_rec IN rlm_setup_terms_sv.setup_terms_rec_typ,
4246: x_header_rec IN RLM_INTERFACE_HEADERS%ROWTYPE,
4247: x_lines_rec IN OUT NOCOPY RLM_INTERFACE_LINES%ROWTYPE
4248: )
4249: IS

Line 4497: x_setup_terms_rec IN rlm_setup_terms_sv.setup_terms_rec_typ,

4493: --
4494: --
4495: PROCEDURE ValidOrderHeaderId
4496: (
4497: x_setup_terms_rec IN rlm_setup_terms_sv.setup_terms_rec_typ,
4498: x_header_rec IN RLM_INTERFACE_HEADERS%ROWTYPE,
4499: x_lines_rec IN OUT NOCOPY RLM_INTERFACE_LINES%ROWTYPE
4500: )
4501: IS

Line 4549: x_setup_terms_rec IN rlm_setup_terms_sv.setup_terms_rec_typ,

4545: --
4546: --
4547: PROCEDURE ValidateLineDetails
4548: (
4549: x_setup_terms_rec IN rlm_setup_terms_sv.setup_terms_rec_typ,
4550: x_header_rec IN RLM_INTERFACE_HEADERS%ROWTYPE,
4551: x_lines_rec IN OUT NOCOPY RLM_INTERFACE_LINES%ROWTYPE,
4552: x_line_source IN VARCHAR2
4553: )

Line 4653: x_setup_terms_rec IN rlm_setup_terms_sv.setup_terms_rec_typ,

4649: --
4650: --
4651: PROCEDURE ValidPlanningProdSeqNum
4652: (
4653: x_setup_terms_rec IN rlm_setup_terms_sv.setup_terms_rec_typ,
4654: x_header_rec IN RLM_INTERFACE_HEADERS%ROWTYPE,
4655: x_lines_rec IN OUT NOCOPY RLM_INTERFACE_LINES%ROWTYPE
4656: )
4657: IS