DBA Data[Home] [Help]

APPS.XLA_CMP_LOCK_PAD_PKG dependencies on XLA_CMP_LOCK_PAD_PKG

Line 1: PACKAGE BODY xla_cmp_lock_pad_pkg AS

1: PACKAGE BODY xla_cmp_lock_pad_pkg AS
2: /* $Header: xlacplok.pkb 120.13 2006/08/04 19:32:14 wychan ship $ */
3: /*===========================================================================+
4: | Copyright (c) 2001-2002 Oracle Corporation |
5: | Redwood Shores, CA, USA |

Line 9: | xla_cmp_lock_pad_pkg |

5: | Redwood Shores, CA, USA |
6: | All rights reserved. |
7: +============================================================================+
8: | PACKAGE NAME |
9: | xla_cmp_lock_pad_pkg |
10: | |
11: | DESCRIPTION |
12: | This is a XLA private package, which contains all the APIs required |
13: | for |

Line 55: C_DEFAULT_MODULE CONSTANT VARCHAR2(240) := 'xla.plsql.xla_cmp_lock_pad_pkg';

51: C_LEVEL_ERROR CONSTANT NUMBER := FND_LOG.LEVEL_ERROR;
52: C_LEVEL_UNEXPECTED CONSTANT NUMBER := FND_LOG.LEVEL_UNEXPECTED;
53:
54: C_LEVEL_LOG_DISABLED CONSTANT NUMBER := 99;
55: C_DEFAULT_MODULE CONSTANT VARCHAR2(240) := 'xla.plsql.xla_cmp_lock_pad_pkg';
56:
57: g_log_level NUMBER;
58: g_log_enabled BOOLEAN;
59:

Line 79: (p_location => 'xla_cmp_lock_pad_pkg.trace');

75: WHEN xla_exceptions_pkg.application_exception THEN
76: RAISE;
77: WHEN OTHERS THEN
78: xla_exceptions_pkg.raise_message
79: (p_location => 'xla_cmp_lock_pad_pkg.trace');
80: END trace;
81:
82:
83: --+==========================================================================+

Line 291: (p_location => 'xla_cmp_lock_pad_pkg.LockRowLineDesc');

287: CLOSE Description_cur;
288: END IF;
289: -- SLA message to define
290: xla_exceptions_pkg.raise_message
291: (p_location => 'xla_cmp_lock_pad_pkg.LockRowLineDesc');
292: END LockRowLineDesc;
293:
294:
295: --+==========================================================================+

Line 455: (p_location => 'xla_cmp_lock_pad_pkg.LockRowHdrDesc');

451: CLOSE Description_cur;
452: END IF;
453: -- SLA message to define
454: xla_exceptions_pkg.raise_message
455: (p_location => 'xla_cmp_lock_pad_pkg.LockRowHdrDesc');
456: END LockRowHdrDesc;
457: --
458: --
459: --+==========================================================================+

Line 559: (p_location => 'xla_cmp_lock_pad_pkg.LockRowSourceAssignment');

555: CLOSE SourceAssignment_cur;
556: END IF;
557: -- SLA message to define
558: xla_exceptions_pkg.raise_message
559: (p_location => 'xla_cmp_lock_pad_pkg.LockRowSourceAssignment');
560: END LockRowSourceAssignment;
561: --
562: --
563: --+==========================================================================+

Line 660: (p_location => 'xla_cmp_lock_pad_pkg.LockRowExtractObject');

656: CLOSE ExtractObject_cur;
657: END IF;
658: -- SLA message to define
659: xla_exceptions_pkg.raise_message
660: (p_location => 'xla_cmp_lock_pad_pkg.LockRowExtractObject');
661: END LockRowExtractObject;
662: --
663: --+==========================================================================+
664: --| |

Line 764: (p_location => 'xla_cmp_lock_pad_pkg.LockRowEventType');

760: CLOSE EventType_cur;
761: END IF;
762: -- SLA message to define
763: xla_exceptions_pkg.raise_message
764: (p_location => 'xla_cmp_lock_pad_pkg.LockRowEventType');
765: END LockRowEventType;
766: --
767: --+==========================================================================+
768: --| |

Line 868: (p_location => 'xla_cmp_lock_pad_pkg.LockRowEventClassGrp');

864: CLOSE EventClassGrp_cur;
865: END IF;
866: -- SLA message to define
867: xla_exceptions_pkg.raise_message
868: (p_location => 'xla_cmp_lock_pad_pkg.LockRowEventClassGrp');
869: END LockRowEventClassGrp;
870: --
871: --+==========================================================================+
872: --| |

Line 970: (p_location => 'xla_cmp_lock_pad_pkg.LockRowEventClass');

966: CLOSE EventClass_cur;
967: END IF;
968: -- SLA message to define
969: xla_exceptions_pkg.raise_message
970: (p_location => 'xla_cmp_lock_pad_pkg.LockRowEventClass');
971: END LockRowEventClass;
972: --
973: --+==========================================================================+
974: --| |

Line 1080: (p_location => 'xla_cmp_lock_pad_pkg.LockRowADR');

1076: CLOSE ADR_cur;
1077: END IF;
1078: -- SLA message to define
1079: xla_exceptions_pkg.raise_message
1080: (p_location => 'xla_cmp_lock_pad_pkg.LockRowADR');
1081: END LockRowADR;
1082: --
1083: --
1084: --+==========================================================================+

Line 1225: (p_location => 'xla_cmp_lock_pad_pkg.LockRowAcctgLines');

1221: CLOSE AcctgLines_cur;
1222: END IF;
1223: -- SLA message to define
1224: xla_exceptions_pkg.raise_message
1225: (p_location => 'xla_cmp_lock_pad_pkg.LockRowAcctgLines');
1226: END LockRowAcctgLines;
1227: --
1228: --+==========================================================================+
1229: --| |

Line 1360: (p_location => 'xla_cmp_lock_pad_pkg.LockRowHeaders');

1356: CLOSE Headers_cur;
1357: END IF;
1358: -- SLA message to define
1359: xla_exceptions_pkg.raise_message
1360: (p_location => 'xla_cmp_lock_pad_pkg.LockRowHeaders');
1361: END LockRowHeaders;
1362: --
1363: --+==========================================================================+
1364: --| |

Line 1479: (p_location => 'xla_cmp_lock_pad_pkg.LockRowPAD');

1475: CLOSE pad_cur;
1476: END IF;
1477: -- SLA message to define
1478: xla_exceptions_pkg.raise_message
1479: (p_location => 'xla_cmp_lock_pad_pkg.LockRowPAD');
1480: END LockRowPAD;
1481: --
1482: --+==========================================================================+
1483: --| PUBLIC procedures and functions |

Line 1584: (p_location => 'xla_cmp_lock_pad_pkg.LockPAD');

1580: --
1581: ROLLBACK TO LockPADRows;
1582: --
1583: xla_exceptions_pkg.raise_message
1584: (p_location => 'xla_cmp_lock_pad_pkg.LockPAD');
1585: END LockPAD;
1586: --
1587: --=============================================================================
1588: --

Line 1626: END xla_cmp_lock_pad_pkg; -- end of package spec

1622: IF NOT g_log_enabled THEN
1623: g_log_level := C_LEVEL_LOG_DISABLED;
1624: END IF;
1625:
1626: END xla_cmp_lock_pad_pkg; -- end of package spec