DBA Data[Home] [Help]

APPS.CST_XLA_PVT dependencies on STANDARD

Line 135: PROCEDURE standard_source_type

131: debug('clean_xla_gt -');
132: END clean_xla_gt;
133:
134:
135: PROCEDURE standard_source_type
136: (p_source_type_id IN NUMBER,
137: p_action_id IN NUMBER,
138: x_list_result OUT NOCOPY VARCHAR2,
139: x_source_type_id OUT NOCOPY NUMBER)

Line 142: debug('standard_source_type +');

138: x_list_result OUT NOCOPY VARCHAR2,
139: x_source_type_id OUT NOCOPY NUMBER)
140: IS
141: BEGIN
142: debug('standard_source_type +');
143: debug(' p_source_type_id :'||p_source_type_id);
144: debug(' p_action_id :'||p_action_id);
145:
146: IF p_action_id NOT IN (

Line 155: -- hence always in the standard list

151: 24 , --COST_UPDATE
152: 27 ) --RECEIPT
153: THEN
154: -- If Action ID is outside this range no custom inv txn allowed
155: -- hence always in the standard list
156: x_list_result := 'Y';
157: ELSE
158: IF p_source_type_id IN (
159: 1 , --PO

Line 177: --hence standard combination

173: 16 ) --PROJ_CONTRACT
174: THEN
175: --Although the p_action_id is in the customizable list
176: --the txn_source_type is in the predefined cost list
177: --hence standard combination
178: x_list_result := 'Y';
179: ELSE
180: x_list_result := 'N';
181: END IF;

Line 185: -- If the combination action ID and Txn Scr Type ID is standard

181: END IF;
182: END IF;
183:
184: IF x_list_result = 'Y' THEN
185: -- If the combination action ID and Txn Scr Type ID is standard
186: -- x_source_type_id will have the same value as the Txn Scr Type ID
187: x_source_type_id := p_source_type_id;
188: ELSE
189: -- If the combination action ID and Txn Scr Type ID is not standard

Line 189: -- If the combination action ID and Txn Scr Type ID is not standard

185: -- If the combination action ID and Txn Scr Type ID is standard
186: -- x_source_type_id will have the same value as the Txn Scr Type ID
187: x_source_type_id := p_source_type_id;
188: ELSE
189: -- If the combination action ID and Txn Scr Type ID is not standard
190: -- x_source_type_id is -999 for User specified transaction Source Type
191: x_source_type_id := -999;
192: END IF;
193:

Line 196: debug('standard_source_type -');

192: END IF;
193:
194: debug(' x_list_result :'||x_list_result);
195: debug(' x_source_type_id :'||x_source_type_id);
196: debug('standard_source_type -');
197: EXCEPTION
198: WHEN OTHERS THEN
199: debug('OTHERS EXCEPTION in standard_source_type:'|| SQLERRM);
200: RAISE;

Line 199: debug('OTHERS EXCEPTION in standard_source_type:'|| SQLERRM);

195: debug(' x_source_type_id :'||x_source_type_id);
196: debug('standard_source_type -');
197: EXCEPTION
198: WHEN OTHERS THEN
199: debug('OTHERS EXCEPTION in standard_source_type:'|| SQLERRM);
200: RAISE;
201: END standard_source_type;
202:
203: PROCEDURE dump_trx_info

Line 201: END standard_source_type;

197: EXCEPTION
198: WHEN OTHERS THEN
199: debug('OTHERS EXCEPTION in standard_source_type:'|| SQLERRM);
200: RAISE;
201: END standard_source_type;
202:
203: PROCEDURE dump_trx_info
204: (p_trx_info IN t_xla_inv_trx_info,
205: msg_prefix IN VARCHAR2 DEFAULT 'CST',

Line 326: -- Standard call to check for call compatibility

322: 'Transaction: '||p_trx_info.TRANSACTION_ID||
323: ': Accounting Event: '||p_trx_info.ACCT_EVENT_ID );
324: END IF;
325:
326: -- Standard call to check for call compatibility
327: IF NOT FND_API.Compatible_API_Call (
328: l_api_version,
329: p_api_version,
330: l_api_name,

Line 791: -- Standard call to check for call compatibility

787: msg_prefix => 'CST',
788: msg_module => 'Create_INVXLAEvent',
789: msg_level => FND_LOG.LEVEL_STATEMENT);
790:
791: -- Standard call to check for call compatibility
792: IF NOT FND_API.Compatible_API_Call (
793: l_api_version,
794: p_api_version,
795: l_api_name,

Line 881: standard_source_type

877:
878: ELSIF p_trx_info.txn_action_id = 3 THEN
879:
880: --User defined transaction type
881: standard_source_type
882: (p_source_type_id => p_trx_info.txn_src_type_id,
883: p_action_id => p_trx_info.txn_action_id,
884: x_list_result => l_in_list_result,
885: x_source_type_id => l_txn_src_type_id);

Line 896: * Standard Costing to Standard Costing

892: WHERE organization_id = p_trx_info.txfr_organization_id;
893:
894: IF ( p_trx_info.ATTRIBUTE = 'BOTH' AND l_txfr_process_flag <> 'Y' ) THEN
895: /*
896: * Standard Costing to Standard Costing
897: * Sending Organization Creates both the events
898: */
899: /* Bug6792259 : Added the condition for including
900: transaction_source_type =7 when creating

Line 971: standard_source_type

967:
968: l_stmt_num := 60;
969:
970: --User defined transaction type
971: standard_source_type
972: (p_source_type_id => p_trx_info.txn_src_type_id,
973: p_action_id => p_trx_info.txn_action_id,
974: x_list_result => l_in_list_result,
975: x_source_type_id => l_txn_src_type_id);

Line 1005: standard_source_type

1001:
1002: l_stmt_num := 70;
1003:
1004: --User defined transaction type
1005: standard_source_type
1006: (p_source_type_id => p_trx_info.txn_src_type_id,
1007: p_action_id => p_trx_info.txn_action_id,
1008: x_list_result => l_in_list_result,
1009: x_source_type_id => l_txn_src_type_id);

Line 1043: standard_source_type

1039: /* Discrete to Process Transfer. Seed the event in the discrete org only*/
1040: l_stmt_num := 90;
1041:
1042: --User defined transaction type
1043: standard_source_type
1044: (p_source_type_id => p_trx_info.txn_src_type_id,
1045: p_action_id => p_trx_info.txn_action_id,
1046: x_list_result => l_in_list_result,
1047: x_source_type_id => l_txn_src_type_id);

Line 1116: standard_source_type

1112: ELSE /* Other Transactions */
1113: l_stmt_num := 100;
1114:
1115: --User defined transaction type
1116: standard_source_type
1117: (p_source_type_id => p_trx_info.txn_src_type_id,
1118: p_action_id => p_trx_info.txn_action_id,
1119: x_list_result => l_in_list_result,
1120: x_source_type_id => l_txn_src_type_id);

Line 1449: -- Standard call to check for call compatibility

1445: ': Basis Type: '||p_trx_info.WIP_BASIS_TYPE_ID ||
1446: ': Organization ID: '||p_trx_info.INV_ORGANIZATION_ID);
1447: END IF;
1448:
1449: -- Standard call to check for call compatibility
1450: IF NOT FND_API.Compatible_API_Call (
1451: l_api_version,
1452: p_api_version,
1453: l_api_name,

Line 1672: -- Standard call to check for call compatibility

1668: IF l_procLog THEN
1669: FND_LOG.string(FND_LOG.LEVEL_PROCEDURE, l_module||'.begin' ,' CreateBulk_WIPXLAEvent <<');
1670: END IF;
1671:
1672: -- Standard call to check for call compatibility
1673: IF NOT FND_API.Compatible_API_Call (
1674: l_api_version,
1675: p_api_version,
1676: l_api_name,

Line 1850: -- Function : To create Standard Cost Update accounting events in bulk

1846:
1847: --------------------------------------------------------------------------------------
1848: -- API name : Create_CostUpdateXLAEvent
1849: -- Type : Private
1850: -- Function : To create Standard Cost Update accounting events in bulk
1851: -- Pre-reqs :
1852: -- Parameters :
1853: -- IN : p_api_version IN NUMBER
1854: -- p_init_msg_list IN VARCHAR2

Line 1866: -- The API takes a Standard Cost Update ID and organization_id

1862: -- x_msg_data OUT VARCHAR2(2000)
1863: -- Version :
1864: -- Initial version 1.0
1865: -- Notes :
1866: -- The API takes a Standard Cost Update ID and organization_id
1867: -- and creates all events associated with it.
1868: -- Called from cmlicu.lpc
1869: -- End of comments
1870: --------------------------------------------------------------------------------------

Line 1915: -- Standard call to check for call compatibility

1911: IF l_procLog THEN
1912: FND_LOG.string(FND_LOG.LEVEL_PROCEDURE, l_module||'.begin' ,' Create_CostUpdateXLAEvent <<');
1913: END IF;
1914:
1915: -- Standard call to check for call compatibility
1916: IF NOT FND_API.Compatible_API_Call (
1917: l_api_version,
1918: p_api_version,
1919: l_api_name,

Line 2139: -- Standard call to check for call compatibility

2135: IF l_procLog THEN
2136: FND_LOG.string(FND_LOG.LEVEL_PROCEDURE, l_module||'.begin' ,' Create_WIPUpdateXLAEvent <<');
2137: END IF;
2138:
2139: -- Standard call to check for call compatibility
2140: IF NOT FND_API.Compatible_API_Call (
2141: l_api_version,
2142: p_api_version,
2143: l_api_name,

Line 2289: -- API name : Standard_policy

2285: ------------------------
2286: -- CST Security Policy
2287: ------------------------
2288: --------------------------------------------------------------------------------------
2289: -- API name : Standard_policy
2290: -- Type : Public
2291: -- Function : Standard policy
2292: -- Pre-reqs :
2293: -- Parameters :

Line 2291: -- Function : Standard policy

2287: ------------------------
2288: --------------------------------------------------------------------------------------
2289: -- API name : Standard_policy
2290: -- Type : Public
2291: -- Function : Standard policy
2292: -- Pre-reqs :
2293: -- Parameters :
2294: -- IN :
2295: -- OUT : predicate 1=1

Line 2302: FUNCTION standard_policy

2298: -- Notes : No security
2299: -- History
2300: -- 27-DEC-2007 Herve Yu Created
2301: --------------------------------------------------------------------------------------
2302: FUNCTION standard_policy
2303: (p_obj_schema IN VARCHAR2
2304: ,p_obj_name IN VARCHAR2)
2305: RETURN VARCHAR2 IS
2306: BEGIN

Line 2308: END standard_policy;

2304: ,p_obj_name IN VARCHAR2)
2305: RETURN VARCHAR2 IS
2306: BEGIN
2307: RETURN '1 = 1';
2308: END standard_policy;
2309:
2310:
2311: --------------------------------------------------------------------------------------
2312: -- API name : Mo_policy