DBA Data[Home] [Help]

APPS.CN_PAYRUN_PVT dependencies on STANDARD

Line 46: -- Standard Start of API savepoint

42:
43:
44: BEGIN
45: --
46: -- Standard Start of API savepoint
47: --
48: SAVEPOINT Refresh_Payrun;
49: --
50: -- Standard call to check for call compatibility.

Line 50: -- Standard call to check for call compatibility.

46: -- Standard Start of API savepoint
47: --
48: SAVEPOINT Refresh_Payrun;
49: --
50: -- Standard call to check for call compatibility.
51: --
52: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
53: p_api_version ,
54: l_api_name ,

Line 154: -- Standard check of p_commit.

150: END LOOP;
151:
152:
153: -- End of API body.
154: -- Standard check of p_commit.
155:
156: IF FND_API.To_Boolean( p_commit ) THEN
157: COMMIT WORK;
158: END IF;

Line 161: -- Standard call to get message count and if count is 1, get message info.

157: COMMIT WORK;
158: END IF;
159:
160: --
161: -- Standard call to get message count and if count is 1, get message info.
162: --
163: FND_MSG_PUB.Count_And_Get
164: (
165: p_count => x_msg_count ,

Line 676: -- Standard call to get message count and if count is 1,

672:
673: x_batch_id := l_batch_id;
674:
675: -- End of Building and Calling BEE API
676: -- Standard call to get message count and if count is 1,
677: -- get message info.
678:
679: FND_MSG_PUB.Count_And_Get
680: (

Line 782: -- Standard call to get message count and if count is 1,

778: END LOOP;
779:
780:
781: -- End of Building and Calling BEE API
782: -- Standard call to get message count and if count is 1,
783: -- get message info.
784:
785: FND_MSG_PUB.Count_And_Get
786: (

Line 1533: l_lookup_type VARCHAR2(30) := 'STANDARD';

1529: AND cnr.org_id = cnp.org_id
1530: AND cnp.payrun_id= p_payrun_id;
1531: l_functional_currency gl_sets_of_books.currency_code%TYPE;
1532:
1533: l_lookup_type VARCHAR2(30) := 'STANDARD';
1534: l_org_id number;
1535: l_supplier_id po_vendor_sites.vendor_id%TYPE;
1536: l_supplier_site_id po_vendor_sites.vendor_site_id%TYPE;
1537:

Line 1581: l_lookup_type := 'STANDARD';

1577: --
1578: IF nvl(invoice.payment_amount,0) < 0 THEN
1579: l_lookup_type := 'CREDIT';
1580: ELSE
1581: l_lookup_type := 'STANDARD';
1582: END IF;
1583:
1584: INSERT INTO ap_invoices_interface
1585: (invoice_id,

Line 1820: -- Standard Start of API savepoint

1816: l_profile_value VARCHAR2(1);
1817:
1818: BEGIN
1819: --
1820: -- Standard Start of API savepoint
1821: --
1822: SAVEPOINT Create_Payrun;
1823: --
1824: -- Standard call to check for call compatibility.

Line 1824: -- Standard call to check for call compatibility.

1820: -- Standard Start of API savepoint
1821: --
1822: SAVEPOINT Create_Payrun;
1823: --
1824: -- Standard call to check for call compatibility.
1825: --
1826: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
1827: p_api_version ,
1828: l_api_name ,

Line 2064: -- Standard check of p_commit.

2060: p_type => 'PAYRUN',
2061: p_event_name => 'create',
2062: p_payrun_id => p_payrun_rec.payrun_id ) ;
2063:
2064: -- Standard check of p_commit.
2065: IF FND_API.To_Boolean( p_commit ) THEN
2066: COMMIT WORK;
2067: END IF;
2068:

Line 2070: -- Standard call to get message count and if count is 1, get message info.

2066: COMMIT WORK;
2067: END IF;
2068:
2069: --
2070: -- Standard call to get message count and if count is 1, get message info.
2071: --
2072:
2073: FND_MSG_PUB.Count_And_Get
2074: (

Line 2172: -- Standard Start of API savepoint

2168: l_has_access BOOLEAN;
2169:
2170: BEGIN
2171:
2172: -- Standard Start of API savepoint
2173: SAVEPOINT Update_Payrun;
2174:
2175: -- Standard call to check for call compatibility.
2176: IF NOT FND_API.Compatible_API_Call ( l_api_version ,

Line 2175: -- Standard call to check for call compatibility.

2171:
2172: -- Standard Start of API savepoint
2173: SAVEPOINT Update_Payrun;
2174:
2175: -- Standard call to check for call compatibility.
2176: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
2177: p_api_version ,
2178: l_api_name ,
2179: G_PKG_NAME )

Line 2321: -- Standard check of p_commit.

2317: x_jtf_note_id => l_note_id -- returned
2318: );
2319:
2320: -- End of API body.
2321: -- Standard check of p_commit.
2322:
2323: IF FND_API.To_Boolean( p_commit ) THEN
2324: COMMIT WORK;
2325: END IF;

Line 2327: -- Standard call to get message count and if count is 1, get message info.

2323: IF FND_API.To_Boolean( p_commit ) THEN
2324: COMMIT WORK;
2325: END IF;
2326:
2327: -- Standard call to get message count and if count is 1, get message info.
2328: FND_MSG_PUB.Count_And_Get
2329: (
2330: p_count => x_msg_count ,
2331: p_data => x_msg_data ,

Line 2429: -- Standard Start of API savepoint

2425: l_request_id NUMBER := -999;
2426:
2427: BEGIN
2428: --
2429: -- Standard Start of API savepoint
2430: --
2431: SAVEPOINT Delete_Payrun;
2432: --
2433: -- Standard call to check for call compatibility.

Line 2433: -- Standard call to check for call compatibility.

2429: -- Standard Start of API savepoint
2430: --
2431: SAVEPOINT Delete_Payrun;
2432: --
2433: -- Standard call to check for call compatibility.
2434: --
2435: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
2436: p_api_version ,
2437: l_api_name ,

Line 2560: -- Standard check of p_commit.

2556:
2557: x_loading_status := 'CN_DELETED';
2558:
2559: -- End of API body.
2560: -- Standard check of p_commit.
2561: IF (l_org_id <> -999) THEN
2562: fnd_message.set_name ('CN', 'CN_PMT_DEL_NOTE');
2563: fnd_message.set_token ('PMTBATCH_NAME', l_pmtbatch_name);
2564: l_note_msg := fnd_message.get;

Line 2585: -- Standard call to get message count and if count is 1, get message info.

2581: COMMIT WORK;
2582: END IF;
2583:
2584: --
2585: -- Standard call to get message count and if count is 1, get message info.
2586: --
2587: FND_MSG_PUB.Count_And_Get
2588: (
2589: p_count => x_msg_count ,

Line 2660: -- Standard Start of API savepoint

2656: AND quota_id IS NULL;
2657:
2658: BEGIN
2659: --
2660: -- Standard Start of API savepoint
2661: --
2662: SAVEPOINT Pay_Payrun_Approve_Wksht;
2663: --
2664: -- Initialize API return status to success

Line 2738: -- Standard call to get message count and if count is 1, get message info.

2734:
2735: -- End of API body
2736:
2737: --
2738: -- Standard call to get message count and if count is 1, get message info.
2739: --
2740:
2741: FND_MSG_PUB.Count_And_Get
2742: (p_count => x_msg_count ,

Line 3005: -- Standard Start of API savepoint

3001: l_has_access BOOLEAN;
3002:
3003: BEGIN
3004: --
3005: -- Standard Start of API savepoint
3006: --
3007: SAVEPOINT Pay_Payrun;
3008: --
3009: -- Standard call to check for call compatibility.

Line 3009: -- Standard call to check for call compatibility.

3005: -- Standard Start of API savepoint
3006: --
3007: SAVEPOINT Pay_Payrun;
3008: --
3009: -- Standard call to check for call compatibility.
3010: --
3011: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
3012: p_api_version ,
3013: l_api_name ,

Line 3423: -- Standard check of p_commit.

3419: );
3420:
3421:
3422: -- End of API body
3423: -- Standard check of p_commit.
3424: IF FND_API.To_Boolean( p_commit ) THEN
3425: COMMIT WORK;
3426: END IF;
3427:

Line 3429: -- Standard call to get message count and if count is 1, get message info.

3425: COMMIT WORK;
3426: END IF;
3427:
3428: --
3429: -- Standard call to get message count and if count is 1, get message info.
3430: --
3431:
3432: FND_MSG_PUB.Count_And_Get
3433: (